home *** CD-ROM | disk | FTP | other *** search
/ HiJaak Graphics Suite 3.0 / HiJaak Graphics Suite V3.iso / check_cd.bat next >
DOS Batch File  |  1995-01-14  |  469b  |  15 lines

  1. @echo off
  2. echo This program must be run from DOS.
  3. echo It cannot be run from a DOS shell under Windows, you must exit Windows first.
  4. echo If you are running from a DOS shell under Windows, press CTRL-BREAK to stop.
  5. pause
  6.  
  7. if %1.==. goto lab1
  8. %1\install\disk1\diskchk.exe %1\ -s 
  9. goto done
  10. :lab1
  11. echo Run script by typing     "CHECK_CD X:"
  12. echo where "X" is the letter of your CDROM drive
  13. echo (If X is not your current drive, type "X:\CHECK_CD X:")
  14. :done
  15.